projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e83be08
)
Changes for GNU make 3.75.93.
author
Paul D. Smith
<psmith@BayNetworks.com>
Fri, 5 Sep 1997 21:01:56 +0000
(21:01 +0000)
committer
Paul D. Smith
<psmith@BayNetworks.com>
Fri, 5 Sep 1997 21:01:56 +0000
(21:01 +0000)
lib-src/getopt.c
patch
|
blob
|
history
diff --git
a/lib-src/getopt.c
b/lib-src/getopt.c
index c6b134537c73da8b49272f8a655e04cd3894538d..7b56b57eb1022bfbf28452f70302d87920ad8c62 100644
(file)
--- a/
lib-src/getopt.c
+++ b/
lib-src/getopt.c
@@
-79,7
+79,7
@@
USA. */
#endif
#endif
-#if defined (
_
WINDOWS32) && !defined (__CYGWIN32__)
+#if defined (WINDOWS32) && !defined (__CYGWIN32__)
/* It's not Unix, really. See? Capital letters. */
#include <windows.h>
#define getpid() GetCurrentProcessId()